(set #docs-help "Alcuin documentation:\n\n * Documentation in AmigaGuide format.\n Read this document for more information about\n Alcuin\n * Orderform\n Use this to register Alcuin.")
(set #cat-help "The default language of Alcuin is english. So if you don't install any catalog file, you can use Alcuin in english.\n\nUnfortunately there is only one language available at the moment. But this will (hopefully) change in future versions.")
(set #startup-help "Alcuin requires some additions to your s:user-startup script, that Installer is about to make.")
(set #text-main "\nDo you want to install Alcuin main file?")
(set #text-docs "\nDo you want to install Alcuin documentation files?")
(set #text-font "\nDo you want to install Alcuin font files?")
(set #text-cat "\nDo you want to install Alcuin catalog files?")
(set #text-icon "\nDo you want to install Alcuin icons?")
(set #text-util "\nDo you want to install Alcuin utilities?")
(set #imain-help "This installs the Alcuin main programm.")
(set #idocs-help "This installs the documentation files, which we recommend to study.")
(set #ifont-help "For proper function, Alcuin need some font files.")
(set #icat-help "Here you can select some other languages than the programmed english language.")
(set #iicon-help "If you have selected MWB-Icons, they will be installed here")
(set #iutil-help "The utilities are necessary for creating the ROM image and the card files.")
(set default_language 1)
;===[ German Documentation ]=================================================
(if (= @language "deutsch")
(
(set #install-start
(cat
"\nWillkommen zur Alcuin Installation\n\n"
"Es wird nun Alcuin auf Ihrem Amiga installiert.\n"
"Alcuin ist SHAREWARE. Lassen Sie sich registrieren.\n"
"Für weitere Informationen lesen Sie bitte die Anleitung\n\n"
(set #docs-help "Die Dokumentation von Alcuin:\n\n * Dokumentation im AmigaGuide format.\n Für mehr Informationen über Alcuin, bitte lesen\n Sie hier nach.\n * Bestellformular\n Verwenden Sie dieses Formular um sich für Alcuin\n registrieren zu lassen.")
(set #cat-help "Alcuin ist in Englisch programmiert. Sollten Sie eine andere Sprache bevorzugen so können Sie hier eine entsprechende catalog Datei auswählen.\n\nLeider ist momentan nur eine weiter Sprache zur Auswahl vorhanden, was sich aber in Zukunft ändern wird (soll).")
(set #startup-help "Alcuin benötigt einige Zusätze zu Ihrer s:user-startup Datei, welche der Installer nun vornehmen kann.")
(set #text-main "\nWollen Sie die Alcuin Hauptdatei installieren?")
(set #text-docs "\nWollen Sie die Alcuin Dokumentation installieren?")
(set #text-font "\nWollen Sie die Alcuin Fonts installieren?")
(set #text-cat "\nWollen Sie die Alcuin Catalogdateien installieren?")
(set #text-icon "\nWollen Sie die Alcuin Icons installieren?")
(set #text-util "\nWollen Sie die Alcuin Utilities installieren?")
(set #imain-help "Hier wird das Programm Alcuin installiert.")
(set #idocs-help "Hier wird die Dokumentation, deren Studium Ihnen empfohlen wird, installiert.")
(set #ifont-help "Zum Betrieb von Alcuin sind eigene Zeichensätze notwendig, die hier installiert werden.")
(set #icat-help "Hier können Sie andere Sprachen, als die einprogrammierte, englische Sprache auswählen.")
(set #iicon-help "Sollten Sie MWB-Icons gewählt haben, werden hier die notwendigen Icondateien überschrieben.")
(set #iutil-help "Die Utilities sind Programme, die zur Erstellung der ROM Datei, und zur Erzeugung der Einsteckkarten Dateien notwendig sind.")
(set default_language 2)
)
)
;============================== VARS ================================